HMG_HPDF Introduction

 Library to create PDF documents

 

 

HMG_HPDF is a small library to create PDF documents in a simple way using xBase syntax.

 

 

Output from HMG programs can be exported to PDF with HMG PRINT like commands. Apart from HMG PRINT features this library has some additional features also.

 

This is based on HPDF in Harbour and originally ported from LibHaru to Harbour.

 

 

Just by including the following line into the initial lines of your HMG code with commands discussed in this section by adding:

 

 

#include "hmg_hpdf.ch"

 

 

 

 

General points:

 

 

1.  The unit of measurement in HMG_HPDF is millimeters.

 

2.  The maximum page length/width is 5080 mm

 

3.  Official site: http://libharu.org/